home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / fido / LogProc1_3.readme < prev    next >
Encoding:
Text File  |  1993-06-22  |  1.7 KB  |  34 lines

  1. Short: Log utility used with WPL, ver. 1.3
  2.  
  3. uploader: Alan Kelm (1:163/109.38  akelm@birch.ocunix.on.ca)
  4.  
  5.                        The LogProc logging utility
  6.                        ===========================
  7.                         version 1.3  - June 1993
  8.  
  9.  
  10. What is LogProc?
  11. ----------------
  12.  
  13.    LogProc is a server program which takes "logging messages" from multiple
  14.    sources and posts the log information to windows and files and pipes. 
  15.    LogProc supports both scrolling windows and line-addressable windows with
  16.    cursor positioning and text attributes (bold, colored, inverse,...).
  17.    Logproc is totally configurable, and supports both synchronous and
  18.    asynchronous messages (you don't have to wait until the Log Message has
  19.    been output before continuing).  LogProc also buffers writes to log files,
  20.    to minimize disk accesses.  It only opens the output file when actually
  21.    writing to it, to minimize the chance of corruption on system crash, and
  22.    to permit reading the log while it is being written.
  23.    
  24.    Each Logproc "log" is either a window (unbuffered) or a file (buffered).
  25.    These logs can be grouped together into "log groups".  Log messages are
  26.    passed to LogProc as ARexx messages,  from programs or ARexx scripts.
  27.    Each message specifies the log group to which the message is to be output,
  28.    as well as the contents of the message.  Logproc then posts the message to
  29.    every log in that log group.  A log may belong to several log groups.
  30.    
  31.    Commands exist to open and close LogProc logs as well as to flush
  32.    (buffered) logs.  There are commands to query logproc about existing logs
  33.    and log groups, as well as to add and remove logs from log groups.
  34.